home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Code / VBCore.RC < prev    next >
Text File  |  1997-06-14  |  1KB  |  44 lines

  1. // VBCore.RC - Resource script for VBCore
  2.  
  3. STRINGTABLE
  4. BEGIN
  5. #if !defined(idLang)
  6.     13000    "Utility"
  7.     13001    "HourGlass: Object doesn't have mouse pointer"
  8.     13002    "GetOption: None of the options are True"
  9.     13003    "GetOption: Not a control array of OptionButtons"
  10.     13004    "InStrR: One or more parameters are missing"
  11.  
  12.     13200    "CPalette"
  13.     13201    "Create: Invalid palette"
  14.     13202    "Palette not initialized with Create"
  15.     13203    "Create: Bitmap has no palette"
  16.     13204    "Create: Invalid first or last index"
  17.     13205    "Create: Input array must be resizable"
  18.  
  19.     13140    "CPictureGlass"
  20.     13141    "Create: Picture must contain bitmap"
  21.     13142    "Canvas: Drawing surface lacks required properties"
  22.  
  23.     13220    "CSortHelper"
  24.     13221    "CollectionSwap: Key is missing"
  25.  
  26.     13240    "CSysMenu"
  27.     13241    "Add/RemoveItem: Handle not initialized"
  28.     13242    "AddItem: Too many menu items"
  29.     13243    "Create: Can't get system window"
  30.  
  31.     13660     "CAbout"
  32.     13661     "Load: Client must be initialized with App object"
  33.  
  34.     13690     "CSplitter"
  35.     13691     "Create: Invalid controls or container"
  36.     13692     "Create splitter before using members"
  37.  
  38. // #elif idLang == idOtherLang
  39.     // Add other languages here
  40. #endif
  41. END
  42.  
  43.  
  44.